home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / adult_ed / quizpr41 / quizpr41.txt < prev   
Text File  |  1995-05-02  |  4KB  |  108 lines

  1.                           Multiple-choice system ver 4.1
  2.                           ==============================
  3.                                   Public  domain
  4.  
  5.                                         by
  6.  
  7.                                   Derek Reynolds
  8.  
  9.  
  10.       Okay guys, here is another program I hope everyone finds useful. 
  11. I have needed a program to give me multiple-choice questions for quite
  12. a few things, but none of the PD programs I have ever found really did
  13. it the way I wanted it done.  So, again I wrote my own program to fill
  14. the gap. This program runs in MED resolution and should also run in
  15. high resolution.
  16.  
  17. DESKTOP:
  18.  
  19.   1. Info-
  20.      Author
  21.  
  22. FILE:
  23.  
  24.   1. Load/Make File-
  25.      Load or build quizes, select a file name or enter your own. All 
  26.      files must end with a .DAT extender.
  27.   2. Delete File-
  28.      Clears all information in the selected file.
  29.   3. Quit-
  30.      Exits Quiz program.
  31.  
  32. OPTIONS:
  33.  
  34.   1. Add Questions-
  35.      Creates questions for a selected file. You have 3 lines of 75
  36.      characters for each question and 1 line for each of the 4 answers.
  37.      If you don't need the extra lines, just press return. Don't go
  38.      over 75 characters per line, you will be truncated. Numbering of
  39.      questions and answers is done automatically. Data files are 
  40.      limited to 999 questions. Files around 150 questions are easier
  41.      to deal with.
  42.   2. Delete a question-
  43.      Removes a question from the data file and renumbers the data
  44.      file by placeing the last question in the data file in the
  45.      deleted slot.
  46.   3. Edit a question-
  47.      Any character added to a line will remove previous text. Return
  48.      ends editing a current line. Return without new text will not 
  49.      alter the line.
  50.  
  51. QUIZ:
  52.  
  53.   1. Random-
  54.      Program will quiz you in a random manner, never repeating the
  55.      same question unless you restart the quiz.
  56.   2. Sequential-
  57.      Program will quiz you in the order questions were entered in the
  58.      data file.
  59.   3. Set allowed guesses-
  60.      Allows mutiple attempts at answering each question. This setting
  61.      varies your final score.
  62.  
  63. PRINT:
  64.  
  65.   1. Print all questions now-
  66.      Creates a hard copy of all questions. You have the option of
  67.      marking the correct answers. Hold either mouse button to abort
  68.      the printing.
  69.   2. Print answer sheet-
  70.      Prints a sequential list of all correct answers. Hold either
  71.      mouse button to abort printing.
  72.   3. Print all questions during quiz-
  73.      Each question and your response is printed after answering,
  74.      correct or incorrect.
  75.   4. Print questions missed during quiz-
  76.      Each incorrectly answered question and your response is printed.
  77.  
  78. SCORING:
  79.  
  80.   Your score is based on several items, the number of questions 
  81. asked, the number of correct answers, and the number of attempts at
  82. answering each question. If you select multiple attempts for each
  83. question, and you fail to answer the question correctly the first
  84. time, you will loose a percentage of points. If you select 2 attempts, 
  85. you will loose .5 points for the first  attempt and 1.0 points
  86. if you miss both attempts. If you select 3 attempts, you will loose 
  87. .33 points for the first attempt, .66 points for the second attempt, 
  88. and 1.0 points if all attempts are missed. If you select only one
  89. attempt, you will loose 1.0 points for an incorrect answer. 
  90.  
  91.       Well, the rest seems pretty obvious to me, so boot it and give
  92. it a shot.  I welcome any ideas on how to improve the program and will
  93. make any changes that seem to enhance the power of the program.  I can
  94. be reached on:
  95.  
  96.                   PAC-RAT  BBS
  97.                   (505) 479-2781
  98.                   3/12/24  9PM-7AM MST (SOON TO GO 24 HOURS)
  99.  
  100.  
  101.  
  102. Special Thanks go to:  MARVIN ROSS  without whom this program would not
  103. be anywhere near as useful as it is now!
  104.  
  105.  
  106.  
  107.  
  108.